All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.app.image.ImageSequencer

java.lang.Object
   |
   +----quicktime.app.spaces.Sequencer
           |
           +----quicktime.app.image.ImageSequencer

public class ImageSequencer
extends Sequencer
implements ImageSpec
This class handles the obtaining of a specific frame of data and its accompanying description from an ImageDataSequence object


Constructor Index

 o ImageSequencer(ImageDataSequence)
Construct an ImageSequencer that will iterate over an ImageDataSequence.

Method Index

 o getDescription()
Returns the current image description
 o getImage()
Returns the current image data
 o getImageData()
Returns the current image data that is being used by the ImageSequencer
 o setImageData(ImageDataSequence)
Set the current Image Data that the ImageSequencer is using.
 o size()
Return the number of frames
 o toString()
Returns a string representation of this class.

Constructors

 o ImageSequencer
 public ImageSequencer(ImageDataSequence images)
Construct an ImageSequencer that will iterate over an ImageDataSequence.

Parameters:
images - the images

Methods

 o getImageData
 public ImageDataSequence getImageData()
Returns the current image data that is being used by the ImageSequencer

Returns:
the image data
 o setImageData
 public void setImageData(ImageDataSequence images)
Set the current Image Data that the ImageSequencer is using. You will NOT see a change in the ImageSequencer's appearance until your next draw call

Parameters:
images - the new image data
 o getDescription
 public ImageDescription getDescription() throws QTException
Returns the current image description

 o getImage
 public EncodedImage getImage()
Returns the current image data

 o size
 public int size()
Return the number of frames

Overrides:
size in class Sequencer
 o toString
 public String toString()
Returns a string representation of this class.

Overrides:
toString in class Sequencer

All Packages  Class Hierarchy  This Package  Previous  Next  Index